Posts about R functions


Nuevo vídeo sobre como crear funciones en R Nuevo vídeo sobre como crear funciones en R

Sunday, February 2, 2025

Aprende a crear funciones en R sin conocimientos previos.

Kill all R sessions Kill all R sessions

Monday, October 21, 2024

One R session to rule them all

Programming with ggplot2 Programming with ggplot2

Wednesday, April 19, 2023

Part III of making maps of any region in the world with R using ggplot2 and maps packages: how to make functions for graphics in R

Webscrap and iteration in R Webscrap and iteration in R

Friday, March 24, 2023

Part of how to make maps of any region in the world using ggplot2 and maps libraries

Getting coordinates for maps in R via API Getting coordinates for maps in R via API

Friday, November 4, 2022

Part II of making maps of any region in the world with R using ggplot2 and maps packages

Basic map of a country with R Basic map of a country with R

Saturday, October 8, 2022

Part I of making maps of any region in the world with R using ggplot2 and maps packages

Minitutorial: make_logical any string Minitutorial: make_logical any string

Sunday, September 18, 2022

First minitutorial: A function that makes any string into logical

R function to fill in merged cells R function to fill in merged cells

Sunday, December 5, 2021

For loops and if statements to create a useful function

Functions in R Functions in R

Tuesday, November 30, 2021

Basic description of functions in R